home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / space_bo.swf / scripts / DefineSprite_194 / frame_3 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  125 b   |  10 lines

  1. if(random(100) == 0 and _parent.timeLeft > 0)
  2. {
  3.    sfxRun.start(0,1000);
  4.    nextFrame();
  5. }
  6. else
  7. {
  8.    prevFrame();
  9. }
  10.